﻿/*----------------------------------------------------------------------------------

Project     :   Omexer - App Landing Page HTML Template

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

default css
preloader
header
home area
about area
section heading
features area
video area
core feature area
why choose area
screenshot carousel
pricing area
download area
team area
newsletter area
testimonial area
counter area
faq area
blog area
contact area
blog page
blog single page

--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    default css
---------------------------------------------------------------------------------------*/
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url(/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRyS7j.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZ1.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(/s/montserrat/v12/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZ1.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhrIqY.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}


#android-mobile .arrow {
    position: fixed;
    top: 10px;
    right: 15px;
    animation: AndroidMoveUpDown 1s linear infinite;
    font-size: 50px;
    font-weight: bold;
    color: red;
}


@keyframes AndroidMoveUpDown {
    0%, 100% {
        top: 10px;
    }

    50% {
        top: 30px;
    }
}


#ios-mobile .arrow {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: IosMoveUpDown 1s linear infinite;
    font-size: 50px;
    font-weight: bold;
    color: red;
}


@keyframes IosMoveUpDown {
    0%, 100% {
        bottom: 10px;
    }

    50% {
        bottom: 30px;
    }
}


html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #130f40;
    position: relative;
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

    button:focus {
        outline: 0;
    }

a {
    color: #130f40;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.d-table {
    width: 100%;
    height: 100%;
}

.bg1 {
    background-image: linear-gradient(-90deg, #b1011d 0%, #e10024 100%) !important;
}

.text-light {
    color: #ddd !important;
}

/*-------------------------------------------------------------------------------------
    preloader
---------------------------------------------------------------------------------------*/

.preloader {
    background-image: -webkit-gradient(linear, right top, left top, from(#a8001b), to(#0058b2));
    background-image: linear-gradient(-90deg, #a8001b 0%, #0058b2 100%) !important;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

    .preloader .spinner {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
        animation: sk-scaleout 1.0s infinite ease-in-out;
    }

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    header
---------------------------------------------------------------------------------------*/

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 12px 0;
}

.navbar-nav .nav-item {
    padding: 0 8px;
}

    .navbar-nav .nav-item .nav-link,
    .navbar-nav .nav-item .nav-link:focus {
        color: #fff;
        font-weight: 500;
    }

        .navbar-nav .nav-item .nav-link.active {
            color: #dd4ffc;
            font-weight: 600;
        }

        .navbar-nav .nav-item .nav-link:hover {
            color: #dd4ffc;
        }

.navbar-nav.download-btn .nav-link {
    border-radius: 30px;
    padding: 8px 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%);
    color: #fff;
    background-size: 100% auto;
}

    .navbar-nav.download-btn .nav-link:hover {
        color: #fff !important;
        background-size: 160% auto;
    }

#header.sticky {
    position: fixed;
    background-color: #130f40;
    padding: 14px 0;
}

    #header.sticky .navbar {
        background-color: transparent;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    #header.sticky .download-btn .nav-link {
        background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
        background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    }

/*-------------------------------------------------------------------------------------
    home area
---------------------------------------------------------------------------------------*/

#home-area {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.caption {
    height: 100vh;
}

    .caption h1 {
        font-weight: 700;
        color: #fff;
        margin-bottom: 15px;
    }

    .caption p {
        color: #fff;
    }

.download-btns a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    margin: 30px 10px 0 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#960018), to(#e60025));
    background-image: linear-gradient(-90deg, #960018 0%, #e60025 100%);
    background-size: 100% auto;
}

    .download-btns a.bg {
        background-image:  linear-gradient(-30deg, #004498 0%, #017be2  100%);
    }

    .download-btns a:hover {
        background-size: 150% auto;
    }

    .download-btns a i {
        padding-right: 4px;
    }

.home-screen-carousel {
    margin-top: 20%;
}

    .home-screen-carousel .owl-dots {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .home-screen-carousel .owl-dot {
        background-color: #fff !important;
        width: 20px;
        height: 5px;
        border-radius: 4px;
        display: inline-block;
        margin: 0 4px;
    }

        .home-screen-carousel .owl-dot.active {
            background-color: #130f40 !important;
        }

    .home-screen-carousel img {
        max-width: 330px;
        margin: 0 auto;
    }

.caption-img img {
    max-width: 330px;
}


/*-------------------------------------------------------------------------------------
    about area
---------------------------------------------------------------------------------------*/

#about-area {
    padding: 110px 0 50px;
}

.about-content h6 {
    font-weight: 600;
    background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    margin: 0 0 5px;
}

.about-content h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.about-content ul li {
    font-size: 14px;
    display: block;
    padding: 5px 0;
    font-weight: 600;
}

    .about-content ul li i {
        font-size: 12px;
        color: #74e5a5;
        padding-right: 2px;
        background-image: -webkit-gradient(linear, right top, left top, from(#75e9a0), to(#75bae4));
        background-image: linear-gradient(-90deg, #75e9a0 0%, #75bae4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: transparent;
    }

.about-content a {
    display: inline-block;
    background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    background-size: 100% auto;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    margin-top: 30px;
    font-weight: 500;
}

    .about-content a:hover {
        background-size: 200% auto;
    }

.about-img {
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*-------------------------------------------------------------------------------------
    section heading
---------------------------------------------------------------------------------------*/

.section-heading h6 {
    font-weight: 600;
    color: #AAA;
    margin: 0 0 5px;
}

.section-heading h2 {
    font-weight: 700;
}

.section-heading {
    margin-bottom: 60px;
}

/*-------------------------------------------------------------------------------------
    features area
---------------------------------------------------------------------------------------*/

#feature-area {
    padding: 65px 0 90px;
    background-image: url(../images/shape-4.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.feature-single {
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    border-radius: 4px;
    padding: 22px 20px 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
}

    .feature-single .icon {
        width: 20%;
        float: left;
        margin: 10px 0 0;
    }

        .feature-single .icon i {
            font-size: 24px;
            color: #fff;
            display: inline-block;
            width: 55px;
            height: 55px;
            line-height: 55px;
            border-radius: 50%;
            text-align: center;
        }

    .feature-single .content {
        float: left;
        width: 80%;
        padding-left: 10px;
    }

    .feature-single h5 {
        font-weight: 600;
        margin-bottom: 5px;
    }

/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

#video-area {
    background-image: url(../images/bg-2.jpeg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    padding: 110px 0 0;
}

.video-content {
    border-radius: 10px;
    margin: 0 0 -150px;
    background-image: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%);
    padding: 150px 0;
}

    .video-content a {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        font-size: 30px;
        line-height: 80px;
        padding: 0 28px;
        background-color: #fff;
        color: #0985f9;
        position: relative;
    }

        .video-content a:hover {
            background-color: #0985f9;
            color: #fff;
        }

        .video-content a:after {
            content: "";
            position: absolute;
            left: -5px;
            top: -5px;
            height: 90px;
            width: 90px;
            border: 3px solid #fff;
            border-radius: 50%;
            -webkit-animation: icon-bubble 1s infinite forwards linear;
            animation: icon-bubble 1s infinite forwards linear;
        }

        .video-content a:before {
            content: "";
            position: absolute;
            left: -5px;
            top: -5px;
            height: 90px;
            width: 90px;
            border: 3px solid #fff;
            border-radius: 50%;
            -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
            animation: icon-bubble 1s infinite forwards linear 0.5s;
        }

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    core feature area
---------------------------------------------------------------------------------------*/

#core-feat-area {
    padding: 0 0 120px;
}

.core-feat-screen {
    position: relative;
    margin-top: 65px;
}

.core-feat-frame {
    background-image: url(../images/phone-frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 350px;
    height: 610px;
    position: absolute;
    top: -5px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
}

.owl-carousel .feat-screen-single img {
    max-width: 335px;
    margin: 0 auto;
    border-radius: 40px;
}

.core-features {
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    border-radius: 6px;
    padding: 40px 40px 30px;
}

.core-feat-single .feat-link.active {
    background-image: -webkit-gradient(linear, right top, left top, from(#b3001d), to(#353535));
    background-image: linear-gradient(-90deg, #b3001d 0%, #353535 100%);
}

.feat-link.active h5,
.feat-link.active p {
    color: #fff;
}

.core-feat-single .feat-link {
    background-color: #f7f8fc;
    border: 1px solid #e6f0fa;
    margin: 0 0 5px;
    padding: 20px 15px 10px;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.core-feat-single .icon {
    width: 20%;
    float: left;
}

.core-feat-single .content {
    width: 80%;
    float: left;
}

.core-feat-single h5 {
    font-weight: 600;
    margin: 0;
}

.core-feat-single i {
    display: inline-block;
    width: 68px;
    height: 68px;
    background-image: linear-gradient(-90deg, #b9841a 0%, #d2aa26 100%);
    border-radius: 50%;
    line-height: 68px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.core-feat-carousel.owl-carousel .owl-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    height: 45px;
    left: -5px;
    padding: 5px 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: -webkit-gradient(linear, right top, left top, from(#b4011e), to(#de0024));
    background-image: linear-gradient(-90deg, #b4011e 0%, #de0024 100%) !important;
    color: #fff;
    border-radius: 50%;
}

    .core-feat-carousel.owl-carousel .owl-nav button:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.core-feat-carousel.owl-carousel .owl-nav .owl-next {
    right: -7px;
    left: auto;
}

/*-------------------------------------------------------------------------------------
    why choose area
---------------------------------------------------------------------------------------*/

#why-choose-area {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 165px 0 110px;
}

.why-choose-content {
    margin: 40px 0 0 20px;
}

    .why-choose-content h2 {
        font-weight: 700;
    }

    .why-choose-content ul {
        margin-top: 30px;
    }

        .why-choose-content ul li {
            -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
            margin: 0 0 10px;
            padding: 16px 20px;
            width: 65%;
            font-weight: 500;
            font-size: 15px;
            line-height: 25px;
            border-radius: 4px;
            background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
            background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
            color: #fff;
        }

            .why-choose-content ul li i {
                padding-right: 6px;
            }

.why-choose-img img {
    max-width: 440px;
    margin: 45px 0 0;
}

/*-------------------------------------------------------------------------------------
    screenshot carousel
---------------------------------------------------------------------------------------*/

#app-screen-area {
    padding: 112px 0 95px;
}

.screen-slider-content {
    position: relative;
}

.screenshot-frame {
    background-image: url(../images/phone-frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 285px;
    height: 505px;
    position: absolute;
    top: -5px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
}

.screen-carousel .owl-item img {
    -webkit-transform: scale(.90);
    transform: scale(.90);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
}

.screen-carousel .owl-item.active.center img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.screen-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    text-align: center;
}

.screen-carousel .owl-dot {
    width: 14px;
    height: 6px;
    background-color: #0652DD !important;
    border-radius: 4px;
    display: inline-block;
    margin: 0 4px;
    outline: 0;
}

    .screen-carousel .owl-dot.active {
        width: 30px;
    }


/*-------------------------------------------------------------------------------------
    pricing area
---------------------------------------------------------------------------------------*/

#pricing-area {
    padding: 95px 0 120px;
    background-image: url(../images/bg-3.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.pricing-wrap {
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    padding: 50px 50px 60px;
    border-radius: 6px;
    background-color: #fff;
}

.wrapper-full {
    margin: 30px 0 0;
}

.pricing-tbl-single {
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    padding: 50px 0;
}

    .pricing-tbl-single.popular {
        border: 3px solid transparent;
        -o-border-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
        border-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
        border-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
        border-image-slice: 1;
    }

    .pricing-tbl-single h4 {
        font-weight: 600;
    }

    .pricing-tbl-single h2 {
        font-weight: 700;
        background-image: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: transparent;
    }

    .pricing-tbl-single li {
        display: block;
        padding: 6px 0;
        font-size: 14px;
        font-weight: 500;
    }

    .pricing-tbl-single a {
        display: inline-block;
        background-image: linear-gradient(-30deg, #3e9bf2 0%, #9546f5 100%);
        padding: 10px 20px;
        border-radius: 30px;
        color: #fff;
        margin: 20px 0 0;
        letter-spacing: 1px;
        font-weight: 500;
        background-size: 100% auto;
    }

        .pricing-tbl-single a:hover {
            background-size: 200% auto;
        }

.toggle,
.toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.toggler {
    color: #ddd;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: bold;
}

.toggler-is-active {
    background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
}

.switch {
    display: block;
}

.toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    background-image: linear-gradient(-50deg, #0985f9 0%, #6809dc 100%);
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

    .check:checked ~ .switch {
        right: 2px;
        left: 57.5%;
        -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-delay: .08s, 0s;
        transition-delay: .08s, 0s;
    }

.switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-delay: 0s, .08s;
    transition-delay: 0s, .08s;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.inactive {
    display: none;
}

.wrapper-full .pricing-tbl-single {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate 0.5s;
    animation: cd-rotate 0.5s;
}

.wrapper-full.inactive .pricing-tbl-single {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse 0.5s;
    animation: cd-rotate-inverse 0.5s;
    opacity: 0;
}

.wrapper-full .pricing-content {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: cd-rotate-back 0.5s;
    animation: cd-rotate-back 0.5s;
}

.wrapper-full.inactive .pricing-content {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: cd-rotate-inverse-back 0.5s;
    animation: cd-rotate-inverse-back 0.5s;
    opacity: 0;
}

@-webkit-keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes cd-rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes cd-rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes cd-rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

/*-------------------------------------------------------------------------------------
    download area
---------------------------------------------------------------------------------------*/

#download-area {
    background-image: url(../images/bg-1.jpeg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    padding: 112px 0 120px;
}

.download-single {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

    .download-single i {
        background-image: -webkit-gradient(linear, right top, left top, from(#960018), to(#e60025));
        background-image: linear-gradient(-90deg, #960018 0%, #e60025 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: transparent;
        font-size: 30px;
    }

    .download-single h6 {
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
    }

    .download-single a {
        display: inline-block;
        color: #fff;
        font-weight: 500;
        padding: 6px 16px;
        border-radius: 30px;
        background-image: -webkit-gradient(linear, right top, left top, from(#960018), to(#e60025));
        background-image: linear-gradient(-90deg, #960018 0%, #e60025 100%);
        background-size: 100% auto;
    }

    .download-single.android a {
        background-image: linear-gradient(-30deg, #004498 0%, #017be2 100%);
    }

    .download-single.android i {
        background-image: linear-gradient(-30deg, #004498 0%, #017be2 100%);
    }

    .download-single a:hover {
        background-size: 200% auto;
    }

/*-------------------------------------------------------------------------------------
   team area
---------------------------------------------------------------------------------------*/

#team-area {
    padding: 112px 0 60px;
    background-image: url(../images/shape-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.team-single {
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    padding: 50px 0;
    border-radius: 40px;
    background-color: #fff;
}

    .team-single img {
        max-width: 100px;
        border-radius: 50%;
        border: 2px solid #0985f9;
        margin-bottom: 10px;
    }

    .team-single h5 {
        font-weight: 600;
        margin: 0;
    }

    .team-single ul {
        background-image: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%);
        padding: 10px 0;
        margin: 0 20px;
        border-radius: 10px;
    }

        .team-single ul li {
            display: inline-block;
        }

    .team-single li a {
        display: block;
        color: #fff;
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1.2px solid #fff;
        border-radius: 50%;
    }

        .team-single li a:hover {
            background-color: #fff;
            color: #0985f9;
        }


/*-------------------------------------------------------------------------------------
   newsletter area
---------------------------------------------------------------------------------------*/

#newsletter-area {
    padding: 55px 0 70px;
    background-image: url(../images/shape-3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.newsletter-form {
    position: relative;
}

.newsletter-wrap {
    background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    padding: 40px 0;
    border-radius: 10px;
}

.newsletter-form input {
    height: 50px;
    border-radius: 30px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 0;
}

.newsletter-form button {
    position: absolute;
    right: -2px;
    top: 0;
    height: 50px;
    padding: 0 30px;
    border-radius: 0 30px 30px 0;
    border: 0;
    background-image: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-size: 100% auto;
}

    .newsletter-form button:hover {
        background-size: 200% auto;
    }

/*-------------------------------------------------------------------------------------
   testimonial area
---------------------------------------------------------------------------------------*/

#testimonial-area {
    padding: 45px 0 65px;
    background-image: url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.testi-single img {
    max-width: 70px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #6809dc;
}

.client-img {
    width: 20%;
    float: left;
}

.client-comment {
    padding: 20px 20px 10px;
    background-color: #fff;
    margin: 0 0 30px;
    border: 1px solid #e6f0fa;
    border-radius: 10px;
}

    .client-comment > span i {
        display: inline-block;
        background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
        background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: transparent;
        font-size: 30px;
        margin: 0 0 10px;
    }

    .client-comment p {
        font-style: italic;
        letter-spacing: 1px;
    }

        .client-comment p span i {
            color: #f7bf48;
            margin: 15px 2px 0;
            display: inline-block;
        }

.client-info {
    float: left;
    width: 80%;
}

    .client-info h5 {
        font-weight: 700;
        margin: 0;
        background-image: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: transparent;
    }

.testi-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    text-align: center;
}

    .testi-carousel .owl-dots .owl-dot {
        width: 24px;
        height: 6px;
        border: 2px solid #0985f9;
        display: inline-block;
        border-radius: 4px;
        margin: 0 2px;
    }

        .testi-carousel .owl-dots .owl-dot.active {
            background-color: #0985f9 !important;
        }

/*-------------------------------------------------------------------------------------
    counter area
---------------------------------------------------------------------------------------*/

#counter-area {
    padding: 110px 0 50px;
}

.counter-single {
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    border-radius: 4px;
    overflow: hidden;
    padding: 22px 20px 10px;
}

    .counter-single .icon {
        width: 30%;
        float: left;
    }

    .counter-single .content {
        float: left;
        padding-left: 10px;
    }

    .counter-single .icon i {
        width: 60px;
        height: 60px;
        display: inline-block;
        font-size: 24px;
        color: #fff;
        line-height: 60px;
        text-align: center;
        border-radius: 4px;
    }

    .counter-single .content h4 {
        font-weight: 700;
        margin: 0;
    }

/*-------------------------------------------------------------------------------------
   faq area
---------------------------------------------------------------------------------------*/

#faq-area {
    padding: 65px 0 115px;
}

#accordion {
    margin: 30px 0 0;
}

    #accordion .card {
        margin-bottom: 10px;
        border: 0;
    }

.card-header.active,
.card-header:hover {
    background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.card-body {
    background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
    background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
    color: #fff;
    font-size: 14px;
    padding-bottom: 25px;
}

.card-header {
    background-color: #f6f9ff;
    border-bottom: 0;
}

    .card-header.active {
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }

        .card-header.active:after {
            content: '\ef9a';
            color: #fff;
        }

    .card-header:after {
        content: '\efc2';
        font-family: 'IcoFont';
        font-size: 14px;
        position: absolute;
        right: 15px;
        top: 16px;
    }

    .card-header h5 a {
        display: block;
        font-weight: 600;
    }

    .card-header.active h5 a,
    .card-header:hover h5 a,
    .card-header:hover:after {
        color: #fff;
    }

.faq-img img {
    max-width: 260px;
    border-radius: 10px;
    border: 5px solid #f1f1f1;
    -webkit-box-shadow: 0 10px 30px #ccc;
    box-shadow: 0 10px 30px #ccc;
}

/*-------------------------------------------------------------------------------------
    blog area
---------------------------------------------------------------------------------------*/

#blog-area {
    padding: 140px 0 60px;
    background-image: url(../images/bg-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.post-media img {
    border-radius: 6px;
}

.post-details {
    padding: 30px 0 0;
}

    .post-details h4 a {
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        margin: 0 0 4px;
    }

        .post-details h4 a:hover {
            color: #59a7f1 !important;
        }

    .post-details h6 a {
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
        font-weight: 600;
        color: #e272fb;
    }

    .post-details h6 small {
        padding: 0 8px;
        color: #fff;
    }

/*-------------------------------------------------------------------------------------
    contact area
---------------------------------------------------------------------------------------*/

#contact-area {
    padding: 115px 0 105px;
}

.contact-form input {
    border: 1px solid #e6f0fa;
    height: 50px;
    border-radius: 30px;
    font-size: 14px;
    padding-left: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background-color: #f7f8fc;
}

.contact-form textarea {
    border: 1px solid #e6f0fa;
    border-radius: 30px;
    padding: 16px 0 0 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: #f7f8fc;
}

.contact-form button {
    background-image: linear-gradient(-50deg, #0985f9 0%, #6809dc 100%);
    background-size: 100% auto;
    border: 0;
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

    .contact-form button:hover {
        background-size: 200% auto;
    }

.help-block.with-errors li {
    color: #ff0000;
    margin: 4px 0 0;
}

.messages {
    margin: 15px 0 0;
}

    .messages button {
        color: #000;
        padding: 0;
        background-color: transparent;
    }

        .messages button:hover {
            background-color: transparent;
        }

/*-------------------------------------------------------------------------------------
    footer
---------------------------------------------------------------------------------------*/

#footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-top {
    padding: 120px 0 115px;
}

.footer-widget h4 {
    font-weight: 700;
    color: #fff;
}

.footer-widget p {
    margin-top: 8px;
}

.footer-widget ul li {
    display: block;
    padding: 6px 0;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

    .footer-widget ul li span {
        padding-right: 5px;
    }

    .footer-widget ul li a {
        display: block;
        color: #fff;
        font-weight: 500;
    }

        .footer-widget ul li a:hover {
            color: #dd4ffc;
        }

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #fff;
}

.copyright-text p {
    margin: 0;
    color: #fff;
}

    .copyright-text p a {
        color: #dd4ffc;
        font-weight: 600;
    }

/*-------------------------------------------------------------------------------------
    blog page
---------------------------------------------------------------------------------------*/

.page-breadcrum-area {
    background-image: url(../images/bg-2.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0 65px;
}

.breadcrumb-content h2 {
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.breadcrumb {
    background-color: transparent;
    display: block;
}

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li a {
            color: #dd4ffc;
            font-weight: 600;
        }

        .breadcrumb li.active,
        .breadcrumb-item::before {
            color: #fff !important;
            font-weight: 600;
            font-size: 14px;
        }

.blog-wrap {
    padding: 130px 0;
}

.blog-post-list,
.sidebar {
    border: 1px solid #e6f0fa;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
}

.blog-post-list {
    padding: 30px 30px 0;
}

.sidebar {
    padding: 30px 30px 15px;
}

.widget.search input {
    height: 50px;
    border: 1px solid #e6f0fa;
    font-weight: 500;
    font-size: 15px;
}

.widget.search {
    position: relative;
}

    .widget.search span {
        position: absolute;
        right: 20px;
        top: 14px;
        height: 100%;
        color: #0985f9;
    }

.sidebar .widget {
    margin: 0 0 20px;
}

    .sidebar .widget h5 {
        font-weight: 600;
        color: #0985f9;
    }

.widget.categories ul li a {
    display: block;
    padding: 6px 0;
    font-weight: 500;
}

.recent-post .img {
    width: 40%;
    float: left;
    margin-bottom: 12px;
}

    .recent-post .img img {
        border-radius: 4px;
    }

.recent-post .content {
    width: 60%;
    float: left;
    padding-left: 10px;
}

    .recent-post .content a {
        display: inline-block;
        font-weight: 500;
        font-size: 13px;
        line-height: 23px;
        margin: 0 0 6px;
    }

.widget .recent-post {
    overflow: hidden;
}

.recent-post .content h6 {
    margin: 0;
}

.recent-post .content p {
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
}

.blog-single.v2 h4 a:hover,
.widget.categories ul li a:hover,
.recent-post .content a:hover,
.widget.categories ul li a i {
    color: #0985f9 !important;
}

.blog-single {
    margin: 0 0 50px;
}

.widget.tags ul li a {
    display: block;
    border: 1px solid #e6f0fa;
    padding: 5px 8px;
    margin: 2px;
    font-weight: 500;
    border-radius: 4px;
}

    .widget.tags ul li a:hover {
        background-color: #0985f9;
        color: #fff;
    }

.widget.tags ul li {
    display: inline-block;
}

.blog-pagination {
    margin: 50px 0 0;
}

    .blog-pagination ul li {
        display: inline-block;
    }

        .blog-pagination ul li a {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border: 1px solid #e6f0fa;
            border-radius: 50%;
            font-weight: 600;
            background-size: 100% auto;
        }

            .blog-pagination ul li a.active,
            .blog-pagination ul li a:hover {
                color: #fff;
                background-color: #0985f9;
                border-color: #0985f9;
            }

/*-------------------------------------------------------------------------------------
    blog single page
---------------------------------------------------------------------------------------*/

.comment-wrap {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 30px;
    margin: 40px 0 0;
    border-radius: 10px;
}

.comment-list {
    margin: 0 0 40px;
}

.post-comments h3 {
    font-weight: 600;
    color: #0985f9;
}

.comment-list .media {
    margin: 24px 0 0;
    background-color: #f7f8fc;
    padding: 20px 15px 10px;
    border-radius: 6px;
}

.media .media-object {
    width: 80px;
    border-radius: 50%;
}

.media-body {
    padding-left: 15px;
}

    .media-body h5 a {
        font-weight: 600;
        margin: 0;
        background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
        background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: transparent;
        font-size: 16px;
        display: inline-block;
    }

    .media-body h6 a {
        display: inline-block;
        font-weight: 600;
        font-size: 12px;
        line-height: 22px;
        padding-right: 10px;
        margin: 0 0 6px;
    }

        .media-body h6 a i {
            color: #0985f9;
            padding-right: 2px;
        }

        .media-body h6 a:hover {
            color: #0985f9;
        }

.comment-form h4 {
    font-weight: 600;
    margin: 0 0 30px;
}

.comment-form input {
    height: 50px;
    border: 1px solid #e6f0fa;
    font-size: 14px;
    border-radius: 30px;
    padding-left: 20px;
    font-weight: 500;
    background-color: #f7f8fc;
}

.comment-form textarea {
    border: 1px solid #e6f0fa;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 0 0 20px;
    font-weight: 500;
    background-color: #f7f8fc;
}

.comment-form button {
    padding: 10px 30px;
    border-radius: 30px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    background-image: linear-gradient(-50deg, #0985f9 0%, #6809dc 100%);
    color: #fff;
    background-size: 100% auto;
}

    .comment-form button:hover {
        background-size: 200% auto;
    }

/*-------------------------------------------------------------------------------------
    demo content
---------------------------------------------------------------------------------------*/

#demo-area {
    padding: 100px 0 50px;
}

.demo-header {
    margin: 0 0 80px;
}

    .demo-header a {
        display: inline-block;
        padding: 10px 30px;
        border-radius: 30px;
        color: #fff;
        font-weight: 500;
        margin: 20px 10px 0 0;
        background-image: linear-gradient(-30deg, #6058f9 0%, #dd4ffc 100%);
        background-size: 100% auto;
    }

        .demo-header a:hover {
            background-size: 200% auto;
        }

    .demo-header h1 {
        font-weight: 700;
        background-image: -webkit-gradient(linear, right top, left top, from(#0985f9), to(#6809dc));
        background-image: linear-gradient(-90deg, #0985f9 0%, #6809dc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-color: transparent;
    }

.demo-single h4 {
    font-weight: 700;
    margin: 20px 0 15px;
    color: #130f40;
    font-size: 18px;
}

.demo-img {
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    border: 1px solid #e6f0fa;
}

.demo-meta a {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    background-color: #6809dc;
}

    .demo-meta a:hover {
        background-color: #0985f9;
    }

.demo-single {
    margin: 0 0 60px;
}
